@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root {
  --primary-color: #ffffff;
  --secondary-color: #000000;
  --accent-color: #FF8B00;
  --nav-height: 80px;
}

/* navbar animation */

/* Base Styles */
body {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  /* background-image: url(assets/Top\ bg\ gradient.png); */
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  background-size: 1200% 1200px; /* Full width, fixed 100px height */
  background-position: top center;
  font-family: 'Manrope', sans-serif;
  

  
}

.nav_color{
  background-color: var(--secondary-color);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;

}
 .navbar-brand {
  font-weight: bold;
  font-size: 1.5rem;
}

.navbar_items {
  background-color: #101010;
  border: 1px solid #242424;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  gap: 12px;
  margin-right: 20px; /* Space between nav items and button */
}

.Nav_items {
  color: white !important;
  padding: 8px 15px;
}

.Nav_items:hover {
  color: #ddd !important;
}



.navbar_btn {
  background-color: #000;
  color: #ffffff;
  border: 1px solid #FF8B00;
  border-radius: 12px;
  padding: 12px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.navbar_btn:hover {
  background-color: #FF8B00;
  color: #000;
}

/* Align nav items and button to the right */
.navbar-collapse {
  justify-content: flex-end;
}

/* Mobile menu styling */
@media (max-width: 991.98px) {
  .navbar_items {
      background-color: transparent;
      border: none;
      padding: 0;
      margin: 0;
      gap: 0;
  }
  
  .Nav_items {
      color: #ffffff !important;
      padding: 10px 15px;
  }
  
  .Nav_items:hover {
      color: #FF8B00 !important;
  }
  
  .navbar_btn {
      margin-top: 10px;
      display: inline-block;
      width: 100%;
      text-align: center;
  }
}
/* White hamburger icon */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Collapse content center-aligned on mobile */
@media (max-width: 991.98px) {
  .navbar-collapse {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .navbar_items {
    padding: 0;
    margin: 1rem 0;
  color: #ffffff!important;
  }
  
  .navbar_btn {
    width: 100%;
    max-width: 300px;
    margin: 1rem auto 0;
  }
 

}


.btn-get-in-touch {
  background-color: transparent;
  border: 1px solid #FF8B00;
  color: #FF8B00;
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.btn-get-in-touch:hover {
  background-color: #FF8B00;
  color: #fff;
}

.pricing-header {
  text-align: center;
  padding: 4rem 0;
}

.pricing-header h1 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.pricing-header p {
  font-size: 32pxrem;
  color: #999;
  max-width: 800px;
  margin: 0 auto;
}

.pricing-card {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.pricing-card:hover {
  transform: translateY(-5px);
}

.pricing-type {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.pricing-subtitle {
  color: #999;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.price {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.price span {
  font-size: 1rem;
  color: #999;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}

.feature-list li {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.feature-list li::before {
  content: "✓";
  color: #FF8B00;
  margin-right: 0.5rem;
}

.most-popular {
  background-color: #FF8B00;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.25rem 1rem;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 1rem;
  width: 112px;
  text-align: center;
  
}

.btn-carrier-setup {
  background-color: transparent;
  border: 1px solid #FF8B00;
  color: #FF8B00;
  padding: 0.75rem 2rem;
  border-radius: 4px;
  width: 100%;
  margin-top: auto;
  transition: all 0.3s ease;
}

.btn-carrier-setup:hover {
  background-color: #FF8B00;
  color: #fff;
}

.footer {
  margin-top: 6rem;
  padding: 4rem 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo {
  height: px;
  margin-bottom: 2rem;
}

.footer-address {
  color: #999;
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

.footer-links {
  margin-bottom: 2rem;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  margin: 0 1rem;
}

.footer-copyright {
  color: #666;
  font-size: 0.8rem;
}

@media (max-width: 768px) {
  .pricing-header h1 {
      font-size: 2rem;
  }
  
  .pricing-card {
      margin-bottom: 2rem;
  }
  
  .navbar-collapse {
      background-color: rgba(0, 0, 0, 0.95);
      padding: 1rem;
      border-radius: 8px;
  }
}


.Bg_glow::before{
  content: "";
  background: white;
  position: absolute;
  width: 50%;
  height: 270px;
  filter: blur(245px);
  left: 266px;
  top: 100%;
  z-index: -1;
  opacity: 0.5;
}